"192.168.0.1:sipop" Previous topic Chapter index Next topic

EXPERIENCIALABORAL_BI

 

 

Descriptions

There is no desription for trigger EXPERIENCIALABORAL_BI

 

Definition


CREATE TRIGGER EXPERIENCIALABORAL_BI FOR EXPERIENCIALABORAL ACTIVE
BEFORE INSERT POSITION 0
AS
BEGIN
IF (NEW.id_experienc IS NULL) THEN
  BEGIN
  NEW.id_experienc = GEN_ID("gen_experiencia",1);
  IF ( NEW.id_experienc >99999999) THEN
     EXECUTE STATEMENT 'SET GENERATOR GEN_EXPERIENCIA TO 0';
  END
  /* Trigger body */
END

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic